NewKey Method

NewKey creates a Registry SubKey:

With Reg
    .RegKey = CURUSER
    .SubKey = Main_Sub_Key
    .NewKey
End With

RegKey will default to LOCMACH if you wish to save your values to this Root Key then it is not necessary to change it.

 

(c)1998 Silicon Prairie Software Co. All rights reserved.